home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / lib / korean / templates / method.tmpl < prev    next >
Encoding:
Text File  |  2004-09-15  |  211 b   |  13 lines

  1. /**
  2.  * ╕▐╝╥╡σ ┐╣┴ª - ╗τ┐δ└┌┐í ╕┬░╘ ┴╓╝«└╗ ╣┘▓┘╜╩╜├┐└.
  3.  *
  4.  * @param  y   ╕▐╝╥╡σ┐í ┤δ╟╤ ░ú┤▄╟╤ ╕┼░│║»╝÷
  5.  * @return     x ┐═ y└╟ ╟╒
  6.  */
  7. public int sampleMethod(int y)
  8. {
  9.     // ╗τ┐δ└┌└╟ ─┌╡σ╕ª └╘╖┬╟╧╝╝┐Σ
  10.     return y;
  11. }
  12.  
  13.